Cloud Public Services
Deploy WEB Statis dengan NGINX pada Heroku
- Gilang V. Perdana
- 28 Dec 2021
- dilihat 680
Nginx on Heroku Deploy Trick
4. Deploy :
Langkah terkahir adalah melakukan deploy dengan cara push ke GIT Repository yang disediakan oleh Heroku.
$ cd ..$ git init$ heroku git:remote -a yourapp$ git add *$ git commit -m “make it better”$ git push heroku master$ heroku ps:scale web=1$ heroku open
Tangerang - Thunderstorm.png)



0 Komentar